home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / CTCPP10.C < prev    next >
C/C++ Source or Header  |  1997-06-07  |  1KB  |  80 lines

  1. /* (c) R&D Associates 1992-1997.
  2.     All Rights Reserved.
  3.  
  4.     For Turbo C++ 1.0. (C only)
  5.  
  6.     Build ctcpp10c.clb using:
  7.  
  8.         clint ctcpp10.c -L+ctcpp10c.clb -I. %1 %2 %3 -3- -KB1 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. THIS IS A NON-STANDARD C-ONLY LIBRARY, AND IS NOT ADVISED. USE
  11. CTCPP10.CLB DIRECTLY.
  12. */
  13.  
  14. /* Force correct stuff even if the wrong compiler is specified. */
  15.  
  16. #undef __TURBOC__
  17. #undef __BORLANDC__
  18. #undef __SC__
  19. #undef __ZTC__
  20. #undef zpage
  21. #undef no_init
  22. #undef monitor
  23. #undef non_banked
  24. #undef _handle
  25. #undef selector
  26. #undef _SIZEOF_INT
  27. #undef _SIZEOF_LONG
  28. #undef __TID__
  29. #undef MSC_VER
  30. #undef WIN32_LEAN_AND_MEAN
  31. #undef __FLAT__
  32. #undef __WIN32__
  33. #undef _WIN32
  34. #undef M_I86
  35. #undef _M_IX86
  36. #undef __declspec
  37. #undef __inline
  38. #undef __int64
  39. #undef __unaligned
  40.  
  41. #define __TURBOC__
  42.  
  43. #pragma lint -w-tni
  44. #pragma lint -w-tns
  45. #pragma lint -w-rtm
  46.  
  47.  
  48. #include "alloc.h"
  49. #include "assert.h"
  50. #include "bios.h"
  51. #include "conio.h"
  52. #include "ctype.h"
  53. #include "dir.h"
  54. #include "dos.h"
  55. #include "errno.h"
  56. #include "fcntl.h"
  57. #include "float.h"
  58. #include "graphics.h"
  59. #include "io.h"
  60. #include "limits.h"
  61. #include "locale.h"
  62. #include "math.h"
  63. #include "mem.h"
  64. #include "process.h"
  65. #include "setjmp.h"
  66. #include "share.h"
  67. #include "signal.h"
  68. #include "stdarg.h"
  69. #include "stddef.h"
  70. #include "stdio.h"
  71. #include "stdlib.h"
  72. #include "string.h"
  73. #include "time.h"
  74. #include "values.h"
  75.  
  76. #include "sys/stat.h"
  77. #include "sys/timeb.h"
  78.  
  79. /* End of file. */
  80.